//11.5 - Manipulators - Dirk Henkemans - Prima Publishing #include #include using namespace std; int main( void ) { cout << "Default True, False \n" << true << " " << false << endl; cout.setf(ios::boolalpha); cout<<"\nwith ios::boolalpha:\n" <